type github.com/andybalholm/brotli.nopCloser

3 uses

	github.com/andybalholm/brotli (current package)
		http.go#L28: 	return nopCloser{w}
		writer.go#L117: type nopCloser struct {
		writer.go#L121: func (nopCloser) Close() error { return nil }